home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / onboard.preinst < prev    next >
Encoding:
Text File  |  2008-03-03  |  2.0 KB  |  63 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q pkgprepare; then
  5.     pycentral pkgprepare onboard <<PYEOF
  6. [python-package]
  7. format = 1
  8. python-version = current
  9. [pycentral]
  10. version = 0.5.62
  11. [files]
  12. /usr/share/onboard/scripts/sokSettings.py=f
  13. /usr/share/onboard/scripts/switchButtons.py=f
  14. /usr/share/pyshared/Onboard=d
  15. /usr/share/pyshared/Onboard/KbdWindow.py=f
  16. /usr/share/pyshared/Onboard/KeyCommon.py=f
  17. /usr/share/pyshared/Onboard/KeyGtk.py=f
  18. /usr/share/pyshared/Onboard/Keyboard.py=f
  19. /usr/share/pyshared/Onboard/OnboardCommon.py=f
  20. /usr/share/pyshared/Onboard/OnboardGtk.py=f
  21. /usr/share/pyshared/Onboard/Pane.py=f
  22. /usr/share/pyshared/Onboard/__init__.py=f
  23. /usr/share/pyshared/Onboard/settings-dialog.py=f
  24. /usr/share/pyshared/Onboard/settings.py=f
  25. /usr/share/pyshared/Onboard/utils.py=f
  26. /usr/share/pyshared/onboard-0.0.0.egg-info=f
  27. PYEOF
  28. else
  29.     mkdir -p /var/lib/pycentral
  30.     echo onboard >> /var/lib/pycentral/delayed-pkgs
  31. fi
  32. # End automatically added section
  33. # Automatically added by dh_pycentral
  34. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q pkgprepare; then
  35.     pycentral pkgprepare onboard <<PYEOF
  36. [python-package]
  37. format = 1
  38. python-version = current
  39. [pycentral]
  40. version = 0.5.62
  41. [files]
  42. /usr/share/onboard/scripts/sokSettings.py=f
  43. /usr/share/onboard/scripts/switchButtons.py=f
  44. /usr/share/pyshared/Onboard=d
  45. /usr/share/pyshared/Onboard/KbdWindow.py=f
  46. /usr/share/pyshared/Onboard/KeyCommon.py=f
  47. /usr/share/pyshared/Onboard/KeyGtk.py=f
  48. /usr/share/pyshared/Onboard/Keyboard.py=f
  49. /usr/share/pyshared/Onboard/OnboardCommon.py=f
  50. /usr/share/pyshared/Onboard/OnboardGtk.py=f
  51. /usr/share/pyshared/Onboard/Pane.py=f
  52. /usr/share/pyshared/Onboard/__init__.py=f
  53. /usr/share/pyshared/Onboard/settings-dialog.py=f
  54. /usr/share/pyshared/Onboard/settings.py=f
  55. /usr/share/pyshared/Onboard/utils.py=f
  56. /usr/share/pyshared/onboard-0.0.0.egg-info=f
  57. PYEOF
  58. else
  59.     mkdir -p /var/lib/pycentral
  60.     echo onboard >> /var/lib/pycentral/delayed-pkgs
  61. fi
  62. # End automatically added section
  63.